home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha Extra 2004 January / CyberMycha Extra 1-2004 (Poland) (Disc 2).bin / Pippi / common.cst / 00012_initGame()_OnExitFrame.ls < prev    next >
Encoding:
Text File  |  2001-09-04  |  174 b   |  14 lines

  1. property safeSwitch
  2. global gmObject
  3.  
  4. on beginSprite me
  5.   safeSwitch = 0
  6. end
  7.  
  8. on exitFrame me
  9.   if safeSwitch = 0 then
  10.     safeSwitch = 1
  11.     gmObject.initGame()
  12.   end if
  13. end
  14.